Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Term Vector settings should be treated like flags without propergation #4582

Closed
s1monw opened this issue Jan 2, 2014 · 0 comments
Closed

Comments

@s1monw
Copy link
Contributor

s1monw commented Jan 2, 2014

today if a specific feature is disabled for term vectors with something
like "store_term_vector_positions" " false term vectors might be disabled
altogether even if "tore_term_vectors" : true in the mapping. This depends on the
order of the values in the mapping since the more specific one might override
the less specific on.

@ghost ghost assigned s1monw Jan 2, 2014
@s1monw s1monw closed this as completed in 79f676e Jan 2, 2014
s1monw added a commit that referenced this issue Jan 2, 2014
today if a specific feature is disabled for term vectors with something
like 'store_term_vector_positions = false' term vectors might be disabeled
alltogether even if 'store_term_vectors=true' in the mapping. This depends on the
order of the values in the mapping since the more specific one might override
the less specific on.

Closes #4582
brusic pushed a commit to brusic/elasticsearch that referenced this issue Jan 19, 2014
today if a specific feature is disabled for term vectors with something
like 'store_term_vector_positions = false' term vectors might be disabeled
alltogether even if 'store_term_vectors=true' in the mapping. This depends on the
order of the values in the mapping since the more specific one might override
the less specific on.

Closes elastic#4582
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
today if a specific feature is disabled for term vectors with something
like 'store_term_vector_positions = false' term vectors might be disabeled
alltogether even if 'store_term_vectors=true' in the mapping. This depends on the
order of the values in the mapping since the more specific one might override
the less specific on.

Closes elastic#4582
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant